Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency debugpy to v1.8.11 #57

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 6, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
debugpy (source) ==1.6.4 -> ==1.8.11 age adoption passing confidence

Release Notes

microsoft/debugpy (debugpy)

v1.8.11: debugpy v1.8.11

Compare Source

Full Changelog: microsoft/debugpy@v1.8.9...v1.8.11

v1.8.10

Compare Source

v1.8.9: debugpy v1.8.9

Compare Source

Fixes for:

v1.8.8: debugpy v1.8.8

Compare Source

Fixes for:

v1.8.7: debugpy v1.8.7

Compare Source

Support for 3.13

Fixes https://github.com/microsoft/debugpy/issues/1689

v1.8.6: debugpy v1.8.6

Compare Source

Consuming PyDev.Debugger's sys.monitoring support to improve performance of debugging 3.12

Fixes https://github.com/microsoft/debugpy/issues/1496

Making attach work for 3.12

Fixes https://github.com/microsoft/debugpy/issues/1476

v1.8.5: debugpy v1.8.5

Compare Source

  • To simplify command line usage, an entry point has been added to the debugpy package.

    • If you install debugpy into an environment via pip, you can just run debugpy from that environment, instead of running python -m debugpy
    • If you install debugpy into an isolated directory, the debugpy executable can be found in the bin directory inside of the install directory. In this case, you need to add the install directory to your PYTHONPATH in order for the imports to work.
  • To simply command line usage, switches can now be read from the environment.

    • To do this, use the variable DEBUGPY_EXTRA_ARGV and add whatever command-line switches you like.
      • For example, set DEBUGPY_EXTRA_ARGV=--connect 5678 will allow you to omit the --connect switch from the command line.
    • If the same switch is found on both the command line and the environment, the one from the environment is ignored.
    • The switch that specifies the "target" MUST be on the command line (filename, -m <module>, -c <code>, or --pid <id>)

v1.8.2: debugpy v1.8.2

Compare Source

Fixed an issue where ApiScan couldn't scan some of our binaries correctly. This involved changing some linker flags and re-compiling/re-linking some of the pydevd executables and dlls.

This doesn't affect debugpy logic in any way.

v1.8.1: debugpy v1.8.1

Compare Source

Python 3.12 is now fully supported.

Fixes: #​1408, #​1477

Enhancements: #​1337

v1.8.0: debugpy 1.8.0

Compare Source

Fixes #​1379.

Drops Python 3.7 support. Please use debugpy v1.7.0 if you need to debug Python 3.7.

v1.7.0: debugpy v1.7.0

Compare Source

Add wheels for Python 3.11 and for macOS on ARM.

Fixes: #​1230

v1.6.7.post1: debugpy v1.6.7.post1

Compare Source

Testing new release pipeline.

v1.6.7: debugpy v1.6.7

Compare Source

Fix invalid file hashes in RECORD of wheels (#​1246).

Other improvements: #​1074, #​1217

v1.6.6: debugpy v1.6.6

Compare Source

Disable optimization causing issues when debugging Python 3.10 and 3.11.

v1.6.5: debugpy v1.6.5

Compare Source

Fixes: #​1078, #​1129, #​1138, #​1142, #​1146, #​1148, #​1154


Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from 1da91af to 38a9bbe Compare January 23, 2023 19:56
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.6.5 chore(deps): update dependency debugpy to v1.6.6 Jan 23, 2023
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from 38a9bbe to 2115b94 Compare January 24, 2023 06:36
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.6.6 chore(deps): update dependency debugpy to v1.6.7 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from 2115b94 to 3604fad Compare April 17, 2023 11:10
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from 3604fad to 7ea440a Compare June 21, 2023 08:21
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.6.7 chore(deps): update dependency debugpy to v1.6.8 Aug 2, 2023
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from 7ea440a to 1689fe5 Compare August 2, 2023 23:02
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.6.8 chore(deps): update dependency debugpy to v1.6.7 Aug 4, 2023
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from 1689fe5 to 9ff05e6 Compare August 4, 2023 01:21
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.6.7 chore(deps): update dependency debugpy to v1.6.7.post1 Aug 8, 2023
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from 9ff05e6 to 9087d56 Compare August 8, 2023 20:24
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.6.7.post1 chore(deps): update dependency debugpy to v1.7.0 Sep 7, 2023
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from 9087d56 to 611bc18 Compare September 7, 2023 19:46
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.7.0 chore(deps): update dependency debugpy to v1.8.0 Sep 12, 2023
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from 611bc18 to d074007 Compare September 12, 2023 21:01
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.8.0 chore(deps): update dependency debugpy to v1.8.1 Feb 9, 2024
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from d074007 to b8d773d Compare February 9, 2024 00:45
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from b8d773d to 3077487 Compare June 25, 2024 23:30
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.8.1 chore(deps): update dependency debugpy to v1.8.2 Jun 25, 2024
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.8.2 chore(deps): update dependency debugpy to v1.8.3 Aug 3, 2024
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from 3077487 to dca81c2 Compare August 3, 2024 00:31
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.8.3 chore(deps): update dependency debugpy to v1.8.2 Aug 5, 2024
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch 2 times, most recently from 3b5b883 to 94b757d Compare August 6, 2024 01:33
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.8.2 chore(deps): update dependency debugpy to v1.8.5 Aug 6, 2024
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from 94b757d to 57ef8da Compare September 24, 2024 22:43
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.8.5 chore(deps): update dependency debugpy to v1.8.6 Sep 24, 2024
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from 57ef8da to f4cf56d Compare October 10, 2024 18:57
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.8.6 chore(deps): update dependency debugpy to v1.8.7 Oct 10, 2024
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from f4cf56d to bc67792 Compare November 8, 2024 00:54
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.8.7 chore(deps): update dependency debugpy to v1.8.8 Nov 8, 2024
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.8.8 chore(deps): update dependency debugpy to v1.8.9 Nov 21, 2024
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from bc67792 to 5549a5a Compare November 21, 2024 20:07
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from 5549a5a to d625349 Compare December 10, 2024 22:15
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.8.9 chore(deps): update dependency debugpy to v1.8.10 Dec 10, 2024
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from d625349 to 306c114 Compare December 11, 2024 18:55
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.8.10 chore(deps): update dependency debugpy to v1.8.9 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/debugpy-1.x branch from 306c114 to f3adbf1 Compare December 13, 2024 19:25
@renovate renovate bot changed the title chore(deps): update dependency debugpy to v1.8.9 chore(deps): update dependency debugpy to v1.8.11 Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants